home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / 1994.12.gz / 1994.12 / 000087_peta@Whippet.McRCIM.McGill.EDU_Fri Dec 23 09:27:28 1994.msg < prev    next >
Internet Message Format  |  1994-12-30  |  1KB

  1. Received: from Lightning.McRCIM.McGill.EDU ([132.206.4.25]) by cs.umb.edu with SMTP id AA13826
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Fri, 23 Dec 1994 14:30:32 -0500
  3. Received: from Whippet.McRCIM.McGill.EDU by Lightning.McRCIM.McGill.EDU (8.6.9) with ESMTP
  4.     id <199412231923.OAA28778@Lightning.McRCIM.McGill.EDU>; Fri, 23 Dec 1994 14:23:39 -0500
  5. Message-Id: <199412231923.OAA28778@Lightning.McRCIM.McGill.EDU>
  6. To: tex-k@cs.umb.edu
  7. Subject: [web2c-6.1e] SunOS 4.1.2 -- LEX_OUTPUT_ROOT has null value.
  8. Date: Fri, 23 Dec 1994 14:27:28 -0500
  9. From: Peter Whaite <peta@Whippet.McRCIM.McGill.EDU>
  10.  
  11.  
  12. Compiling web2c-6.1e (kpathsea-2.5) I have the following problem.
  13.  
  14. make[2]: Entering directory `/amnt/jerome/root/opt/sos4/TeX/src/web2c-6.1e/web2c/web2c'
  15. Expect one shift/reduce conflict.
  16. bison -y -d -v web2c.yacc
  17. conflicts:  1 shift/reduce
  18. gcc -I./../lib -I../.. -O2  -c web2c.c
  19. gcc -I./../lib -I../.. -O2  -c y.tab.c
  20. flex web2c.lex
  21. gcc -O2    .c y.tab.h   -o .o
  22. gcc: .c: No such file or directory
  23. gcc: Compilation of header file requested
  24. make[2]: *** [.o] Error 1
  25.  
  26. % uname -a
  27. SunOS Thunder.McRCIM.McGill.EDU 4.1.2 1 sun4
  28.  
  29. I find that LEX_OUTPUT_ROOT has a null value in web2c/web2c/Makefile.  Setting
  30. it to "lex.cc" seems to work.
  31.  
  32. I guess configure should have picked this up but I have no idea where to look
  33. for the problem.
  34.  
  35.